Html Css Color HEX #464BDC Free Speech Blue

📋 copy color: '#464BDC'

red 70 ◦ green 75 ◦ blue 220

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

Shades of Free Speech Blue #464BDC

Tints of Free Speech Blue #464BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 19.18%
G = 20.55%
B = 60.27%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#464BDC (or 0x464BDC) is known color: Free Speech Blue. HEX triplet: 46, 4B and DC. RGB value is (70,75,220). Sum of RGB (Red+Green+Blue) = 70+75+220=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #464BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BDC is #B9B423. Grayscale: #595959. Windows color (decimal): -12170276 or 14437190. OLE color: 14437190.

HSL color Cylindrical-coordinate representation of color #464BDC: hue angle of 238º degrees, saturation: 0.68, 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 #464BDC is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 75 220 -
CMYK 0.68 0.66 0 0.14
HSL 238º 0.68% 0.57% -
HSV(B) 238º 0.68% 0.86% -
XYZ 17.96 11.5 68.98 -
YUV 90.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 70 75 220 0.68 0.66 0 0.14 238 0.68 0.57
Hex 46 4B DC 44 42 0 E EE 44 39
Octal 106 113 334 104 102 0 16 356 104 71
Binary 1000110 1001011 11011100 1000100 1000010 0 1110 11101110 1000100 111001

Color Harmonies of #464BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BDC

Black with #464BDC

Text Example


Text Example

White with #464BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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