Html Css Color HEX #464DBD Free Speech Blue

📋 copy color: '#464DBD'

red 70 ◦ green 77 ◦ blue 189

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

Shades of Free Speech Blue #464DBD

Tints of Free Speech Blue #464DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 20.83%
G = 22.92%
B = 56.25%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#464DBD (or 0x464DBD) is known color: Free Speech Blue. HEX triplet: 46, 4D and BD. RGB value is (70,77,189). Sum of RGB (Red+Green+Blue) = 70+77+189=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #464DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DBD is #B9B242. Grayscale: #575757. Windows color (decimal): -12169795 or 12406086. OLE color: 12406086.

HSL color Cylindrical-coordinate representation of color #464DBD: hue angle of 236.47º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464DBD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 77 189 -
CMYK 0.63 0.59 0 0.26
HSL 236.47º 0.47% 0.51% -
HSV(B) 236.47º 0.63% 0.74% -
XYZ 14.36 10.28 49.37 -
YUV 87.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 70 77 189 0.63 0.59 0 0.26 236.47 0.47 0.51
Hex 46 4D BD 3F 3B 0 1A EC 2F 33
Octal 106 115 275 77 73 0 32 354 57 63
Binary 1000110 1001101 10111101 111111 111011 0 11010 11101100 101111 110011

Color Harmonies of #464DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DBD

Black with #464DBD

Text Example


Text Example

White with #464DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,189); }

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

background-color css

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

 a { background-color: rgb(70,77,189); }

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

border-color css

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

 span { border-color: rgb(70,77,189); }

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