Html Css Color HEX #464CBA Free Speech Blue

📋 copy color: '#464CBA'

red 70 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #464CBA

Tints of Free Speech Blue #464CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 21.08%
G = 22.89%
B = 56.02%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#464CBA (or 0x464CBA) is known color: Free Speech Blue. HEX triplet: 46, 4C and BA. RGB value is (70,76,186). Sum of RGB (Red+Green+Blue) = 70+76+186=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #464CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CBA is #B9B345. Grayscale: #565656. Windows color (decimal): -12170054 or 12209222. OLE color: 12209222.

HSL color Cylindrical-coordinate representation of color #464CBA: hue angle of 236.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #464CBA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 76 186 -
CMYK 0.62 0.59 0 0.27
HSL 236.9º 0.46% 0.5% -
HSV(B) 236.9º 0.62% 0.73% -
XYZ 13.97 10.02 47.65 -
YUV 86.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 70 76 186 0.62 0.59 0 0.27 236.9 0.46 0.5
Hex 46 4C BA 3E 3B 0 1B ED 2E 32
Octal 106 114 272 76 73 0 33 355 56 62
Binary 1000110 1001100 10111010 111110 111011 0 11011 11101101 101110 110010

Color Harmonies of #464CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CBA

Black with #464CBA

Text Example


Text Example

White with #464CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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