Html Css Color HEX #464DD7 Free Speech Blue

📋 copy color: '#464DD7'

red 70 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #464DD7

Tints of Free Speech Blue #464DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.39%

R = 19.34%
G = 21.27%
B = 59.39%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#464DD7 (or 0x464DD7) is known color: Free Speech Blue. HEX triplet: 46, 4D and D7. RGB value is (70,77,215). Sum of RGB (Red+Green+Blue) = 70+77+215=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 215 (84.38% from 255 or 59.39% from 362); Max value from RGB is 215 - color contains mainly: blue. Hex color #464DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DD7 is #B9B228. Grayscale: #5A5A5A. Windows color (decimal): -12169769 or 14110022. OLE color: 14110022.

HSL color Cylindrical-coordinate representation of color #464DD7: hue angle of 237.1º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464DD7 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 77 215 -
CMYK 0.67 0.64 0 0.16
HSL 237.1º 0.64% 0.56% -
HSV(B) 237.1º 0.67% 0.84% -
XYZ 17.45 11.52 65.59 -
YUV 90.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 70 77 215 0.67 0.64 0 0.16 237.1 0.64 0.56
Hex 46 4D D7 43 40 0 10 ED 40 38
Octal 106 115 327 103 100 0 20 355 100 70
Binary 1000110 1001101 11010111 1000011 1000000 0 10000 11101101 1000000 111000

Color Harmonies of #464DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DD7

Black with #464DD7

Text Example


Text Example

White with #464DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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