Html Css Color HEX #464ACD Free Speech Blue

📋 copy color: '#464ACD'

red 70 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #464ACD

Tints of Free Speech Blue #464ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 20.06%
G = 21.2%
B = 58.74%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#464ACD (or 0x464ACD) is known color: Free Speech Blue. HEX triplet: 46, 4A and CD. RGB value is (70,74,205). Sum of RGB (Red+Green+Blue) = 70+74+205=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #464ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ACD is #B9B532. Grayscale: #575757. Windows color (decimal): -12170547 or 13453894. OLE color: 13453894.

HSL color Cylindrical-coordinate representation of color #464ACD: hue angle of 238.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464ACD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 74 205 -
CMYK 0.66 0.64 0 0.20
HSL 238.22º 0.57% 0.54% -
HSV(B) 238.22º 0.66% 0.8% -
XYZ 15.99 10.61 58.96 -
YUV 87.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 70 74 205 0.66 0.64 0 0.20 238.22 0.57 0.54
Hex 46 4A CD 42 40 0 14 EE 39 36
Octal 106 112 315 102 100 0 24 356 71 66
Binary 1000110 1001010 11001101 1000010 1000000 0 10100 11101110 111001 110110

Color Harmonies of #464ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464ACD

Black with #464ACD

Text Example


Text Example

White with #464ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,74,205); }

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

background-color css

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

 a { background-color: rgb(70,74,205); }

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

border-color css

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

 span { border-color: rgb(70,74,205); }

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