Html Css Color HEX #464CCE Free Speech Blue

📋 copy color: '#464CCE'

red 70 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #464CCE

Tints of Free Speech Blue #464CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

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

R = 19.89%
G = 21.59%
B = 58.52%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#464CCE (or 0x464CCE) is known color: Free Speech Blue. HEX triplet: 46, 4C and CE. RGB value is (70,76,206). Sum of RGB (Red+Green+Blue) = 70+76+206=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #464CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CCE is #B9B331. Grayscale: #585858. Windows color (decimal): -12170034 or 13519942. OLE color: 13519942.

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

Color convert

RGB 70 76 206 -
CMYK 0.66 0.63 0 0.19
HSL 237.35º 0.58% 0.54% -
HSV(B) 237.35º 0.66% 0.81% -
XYZ 16.25 10.93 59.65 -
YUV 89.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 70 76 206 0.66 0.63 0 0.19 237.35 0.58 0.54
Hex 46 4C CE 42 3F 0 13 ED 3A 36
Octal 106 114 316 102 77 0 23 355 72 66
Binary 1000110 1001100 11001110 1000010 111111 0 10011 11101101 111010 110110

Color Harmonies of #464CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CCE

Black with #464CCE

Text Example


Text Example

White with #464CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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