Html Css Color HEX #464BBA Free Speech Blue

📋 copy color: '#464BBA'

red 70 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #464BBA

Tints of Free Speech Blue #464BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

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

R = 21.15%
G = 22.66%
B = 56.19%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#464BBA (or 0x464BBA) is known color: Free Speech Blue. HEX triplet: 46, 4B and BA. RGB value is (70,75,186). Sum of RGB (Red+Green+Blue) = 70+75+186=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #464BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BBA is #B9B445. Grayscale: #555555. Windows color (decimal): -12170310 or 12208966. OLE color: 12208966.

HSL color Cylindrical-coordinate representation of color #464BBA: hue angle of 237.41º 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 #464BBA is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 75 186 -
CMYK 0.62 0.60 0 0.27
HSL 237.41º 0.46% 0.5% -
HSV(B) 237.41º 0.62% 0.73% -
XYZ 13.9 9.88 47.63 -
YUV 86.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 70 75 186 0.62 0.60 0 0.27 237.41 0.46 0.5
Hex 46 4B BA 3E 3C 0 1B ED 2E 32
Octal 106 113 272 76 74 0 33 355 56 62
Binary 1000110 1001011 10111010 111110 111100 0 11011 11101101 101110 110010

Color Harmonies of #464BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BBA

Black with #464BBA

Text Example


Text Example

White with #464BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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