Html Css Color HEX #464CC0 Free Speech Blue

📋 copy color: '#464CC0'

red 70 ◦ green 76 ◦ blue 192

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

Shades of Free Speech Blue #464CC0

Tints of Free Speech Blue #464CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.8%

R = 20.71%
G = 22.49%
B = 56.8%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#464CC0 (or 0x464CC0) is known color: Free Speech Blue. HEX triplet: 46, 4C and C0. RGB value is (70,76,192). Sum of RGB (Red+Green+Blue) = 70+76+192=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #464CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CC0 is #B9B33F. Grayscale: #565656. Windows color (decimal): -12170048 or 12602438. OLE color: 12602438.

HSL color Cylindrical-coordinate representation of color #464CC0: hue angle of 237.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464CC0 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 76 192 -
CMYK 0.64 0.60 0 0.25
HSL 237.05º 0.49% 0.51% -
HSV(B) 237.05º 0.64% 0.75% -
XYZ 14.62 10.28 51.08 -
YUV 87.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 70 76 192 0.64 0.60 0 0.25 237.05 0.49 0.51
Hex 46 4C C0 40 3C 0 19 ED 31 33
Octal 106 114 300 100 74 0 31 355 61 63
Binary 1000110 1001100 11000000 1000000 111100 0 11001 11101101 110001 110011

Color Harmonies of #464CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CC0

Black with #464CC0

Text Example


Text Example

White with #464CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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