Html Css Color HEX #464DDC Free Speech Blue

📋 copy color: '#464DDC'

red 70 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #464DDC

Tints of Free Speech Blue #464DDC

RGB

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

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

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

R = 19.07%
G = 20.98%
B = 59.95%

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

#464DDC (or 0x464DDC) is known color: Free Speech Blue. HEX triplet: 46, 4D and DC. RGB value is (70,77,220). Sum of RGB (Red+Green+Blue) = 70+77+220=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #464DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DDC is #B9B223. Grayscale: #5A5A5A. Windows color (decimal): -12169764 or 14437702. OLE color: 14437702.

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

Color convert

RGB 70 77 220 -
CMYK 0.68 0.65 0 0.14
HSL 237.2º 0.68% 0.57% -
HSV(B) 237.2º 0.68% 0.86% -
XYZ 18.1 11.78 69.03 -
YUV 91.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 70 77 220 0.68 0.65 0 0.14 237.2 0.68 0.57
Hex 46 4D DC 44 41 0 E ED 44 39
Octal 106 115 334 104 101 0 16 355 104 71
Binary 1000110 1001101 11011100 1000100 1000001 0 1110 11101101 1000100 111001

Color Harmonies of #464DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DDC

Black with #464DDC

Text Example


Text Example

White with #464DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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