Html Css Color HEX #4F5ACE Free Speech Blue

📋 copy color: '#4F5ACE'

red 79 ◦ green 90 ◦ blue 206

#4F5ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4F5ACE

Tints of Free Speech Blue #4F5ACE

RGB

 RED value IS 79 (31.25% from 255) = 21.07%

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 21.07%
G = 24%
B = 54.93%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F5ACE (or 0x4F5ACE) is known color: Free Speech Blue. HEX triplet: 4F, 5A and CE. RGB value is (79,90,206). Sum of RGB (Red+Green+Blue) = 79+90+206=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ACE is #B0A531. Grayscale: #636363. Windows color (decimal): -11576626 or 13523535. OLE color: 13523535.

HSL color Cylindrical-coordinate representation of color #4F5ACE: hue angle of 234.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F5ACE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 90 206 -
CMYK 0.62 0.56 0 0.19
HSL 234.8º 0.56% 0.56% -
HSV(B) 234.8º 0.62% 0.81% -
XYZ 18.02 13.43 60.04 -
YUV 99.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 79 90 206 0.62 0.56 0 0.19 234.8 0.56 0.56
Hex 4F 5A CE 3E 38 0 13 EB 38 38
Octal 117 132 316 76 70 0 23 353 70 70
Binary 1001111 1011010 11001110 111110 111000 0 10011 11101011 111000 111000

Color Harmonies of #4F5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5ACE

Black with #4F5ACE

Text Example


Text Example

White with #4F5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F5ACE; }

 p { color: rgb(79,90,206); }

 H1.HeaderClassName
 {
   color: #4F5ACE;
 }
 .AnyTagClassName
 {
   color: #4F5ACE;
 }
</style>

background-color css

<style>
 a { background-color: #4F5ACE; }

 a { background-color: rgb(79,90,206); }

 div.DivClassName
 {
   background-color: #4F5ACE;
 }
 .BgClassName
 {
   background-color: #4F5ACE;
 }
</style>

border-color css

<style>
 span { border-color: #4F5ACE; }

 span { border-color: rgb(79,90,206); }

 td.TdClassName
 {
   border-color: #4F5ACE;
 }
 .TagClassName
 {
   border-color: #4F5ACE;
 }
</style>