Html Css Color HEX #4F64CE Free Speech Blue

📋 copy color: '#4F64CE'

red 79 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Blue #4F64CE

Tints of Free Speech Blue #4F64CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.97%

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

R = 20.52%
G = 25.97%
B = 53.51%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F64CE (or 0x4F64CE) is known color: Free Speech Blue. HEX triplet: 4F, 64 and CE. RGB value is (79,100,206). Sum of RGB (Red+Green+Blue) = 79+100+206=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F64CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F64CE is #B09B31. Grayscale: #696969. Windows color (decimal): -11574066 or 13526095. OLE color: 13526095.

HSL color Cylindrical-coordinate representation of color #4F64CE: hue angle of 230.08º 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 #4F64CE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 100 206 -
CMYK 0.62 0.51 0 0.19
HSL 230.08º 0.56% 0.56% -
HSV(B) 230.08º 0.62% 0.81% -
XYZ 18.92 15.23 60.34 -
YUV 105.81 184.54 108.88 -
System Red Green Blue C M Y K H S L
Decimal 79 100 206 0.62 0.51 0 0.19 230.08 0.56 0.56
Hex 4F 64 CE 3E 33 0 13 E6 38 38
Octal 117 144 316 76 63 0 23 346 70 70
Binary 1001111 1100100 11001110 111110 110011 0 10011 11100110 111000 111000

Color Harmonies of #4F64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F64CE

Black with #4F64CE

Text Example


Text Example

White with #4F64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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