Html Css Color HEX #464ADD Free Speech Blue

📋 copy color: '#464ADD'

red 70 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #464ADD

Tints of Free Speech Blue #464ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 19.18%
G = 20.27%
B = 60.55%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#464ADD (or 0x464ADD) is known color: Free Speech Blue. HEX triplet: 46, 4A and DD. RGB value is (70,74,221). Sum of RGB (Red+Green+Blue) = 70+74+221=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #464ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ADD is #B9B522. Grayscale: #585858. Windows color (decimal): -12170531 or 14502470. OLE color: 14502470.

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

Color convert

RGB 70 74 221 -
CMYK 0.68 0.67 0 0.13
HSL 238.41º 0.69% 0.57% -
HSV(B) 238.41º 0.68% 0.87% -
XYZ 18.03 11.42 69.66 -
YUV 89.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 70 74 221 0.68 0.67 0 0.13 238.41 0.69 0.57
Hex 46 4A DD 44 43 0 D EE 45 39
Octal 106 112 335 104 103 0 15 356 105 71
Binary 1000110 1001010 11011101 1000100 1000011 0 1101 11101110 1000101 111001

Color Harmonies of #464ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464ADD

Black with #464ADD

Text Example


Text Example

White with #464ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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