Html Css Color HEX #464CDB Free Speech Blue

📋 copy color: '#464CDB'

red 70 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #464CDB

Tints of Free Speech Blue #464CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60%

R = 19.18%
G = 20.82%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#464CDB (or 0x464CDB) is known color: Free Speech Blue. HEX triplet: 46, 4C and DB. RGB value is (70,76,219). Sum of RGB (Red+Green+Blue) = 70+76+219=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #464CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CDB is #B9B324. Grayscale: #595959. Windows color (decimal): -12170021 or 14371910. OLE color: 14371910.

HSL color Cylindrical-coordinate representation of color #464CDB: hue angle of 237.58º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464CDB is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 76 219 -
CMYK 0.68 0.65 0 0.14
HSL 237.58º 0.67% 0.57% -
HSV(B) 237.58º 0.68% 0.86% -
XYZ 17.9 11.59 68.31 -
YUV 90.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 70 76 219 0.68 0.65 0 0.14 237.58 0.67 0.57
Hex 46 4C DB 44 41 0 E EE 43 39
Octal 106 114 333 104 101 0 16 356 103 71
Binary 1000110 1001100 11011011 1000100 1000001 0 1110 11101110 1000011 111001

Color Harmonies of #464CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CDB

Black with #464CDB

Text Example


Text Example

White with #464CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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