Html Css Color HEX #464FCE Free Speech Blue

📋 copy color: '#464FCE'

red 70 ◦ green 79 ◦ blue 206

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

Shades of Free Speech Blue #464FCE

Tints of Free Speech Blue #464FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

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

R = 19.72%
G = 22.25%
B = 58.03%

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

#464FCE (or 0x464FCE) is known color: Free Speech Blue. HEX triplet: 46, 4F and CE. RGB value is (70,79,206). Sum of RGB (Red+Green+Blue) = 70+79+206=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #464FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FCE is #B9B031. Grayscale: #5A5A5A. Windows color (decimal): -12169266 or 13520710. OLE color: 13520710.

HSL color Cylindrical-coordinate representation of color #464FCE: hue angle of 236.03º degrees, saturation: 0.58, 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 #464FCE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 79 206 -
CMYK 0.66 0.62 0 0.19
HSL 236.03º 0.58% 0.54% -
HSV(B) 236.03º 0.66% 0.81% -
XYZ 16.46 11.35 59.72 -
YUV 90.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 70 79 206 0.66 0.62 0 0.19 236.03 0.58 0.54
Hex 46 4F CE 42 3E 0 13 EC 3A 36
Octal 106 117 316 102 76 0 23 354 72 66
Binary 1000110 1001111 11001110 1000010 111110 0 10011 11101100 111010 110110

Color Harmonies of #464FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FCE

Black with #464FCE

Text Example


Text Example

White with #464FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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