Html Css Color HEX #464ECF Free Speech Blue

📋 copy color: '#464ECF'

red 70 ◦ green 78 ◦ blue 207

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

Shades of Free Speech Blue #464ECF

Tints of Free Speech Blue #464ECF

RGB

 RED value IS 70 (27.73% from 255) = 19.72%

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 19.72%
G = 21.97%
B = 58.31%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#464ECF (or 0x464ECF) is known color: Free Speech Blue. HEX triplet: 46, 4E and CF. RGB value is (70,78,207). Sum of RGB (Red+Green+Blue) = 70+78+207=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #464ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464ECF is #B9B130. Grayscale: #595959. Windows color (decimal): -12169521 or 13585990. OLE color: 13585990.

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

Color convert

RGB 70 78 207 -
CMYK 0.66 0.62 0 0.19
HSL 236.5º 0.59% 0.54% -
HSV(B) 236.5º 0.66% 0.81% -
XYZ 16.51 11.26 60.33 -
YUV 90.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 70 78 207 0.66 0.62 0 0.19 236.5 0.59 0.54
Hex 46 4E CF 42 3E 0 13 EC 3B 36
Octal 106 116 317 102 76 0 23 354 73 66
Binary 1000110 1001110 11001111 1000010 111110 0 10011 11101100 111011 110110

Color Harmonies of #464ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464ECF

Black with #464ECF

Text Example


Text Example

White with #464ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464ECF; }

 p { color: rgb(70,78,207); }

 H1.HeaderClassName
 {
   color: #464ECF;
 }
 .AnyTagClassName
 {
   color: #464ECF;
 }
</style>

background-color css

<style>
 a { background-color: #464ECF; }

 a { background-color: rgb(70,78,207); }

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

border-color css

<style>
 span { border-color: #464ECF; }

 span { border-color: rgb(70,78,207); }

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