Html Css Color HEX #464FDA Free Speech Blue

📋 copy color: '#464FDA'

red 70 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #464FDA

Tints of Free Speech Blue #464FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 19.07%
G = 21.53%
B = 59.4%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#464FDA (or 0x464FDA) is known color: Free Speech Blue. HEX triplet: 46, 4F and DA. RGB value is (70,79,218). Sum of RGB (Red+Green+Blue) = 70+79+218=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #464FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FDA is #B9B025. Grayscale: #5B5B5B. Windows color (decimal): -12169254 or 14307142. OLE color: 14307142.

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

Color convert

RGB 70 79 218 -
CMYK 0.68 0.64 0 0.15
HSL 236.35º 0.67% 0.56% -
HSV(B) 236.35º 0.68% 0.85% -
XYZ 17.98 11.96 67.69 -
YUV 92.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 70 79 218 0.68 0.64 0 0.15 236.35 0.67 0.56
Hex 46 4F DA 44 40 0 F EC 43 38
Octal 106 117 332 104 100 0 17 354 103 70
Binary 1000110 1001111 11011010 1000100 1000000 0 1111 11101100 1000011 111000

Color Harmonies of #464FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FDA

Black with #464FDA

Text Example


Text Example

White with #464FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,218); }

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

background-color css

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

 a { background-color: rgb(70,79,218); }

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

border-color css

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

 span { border-color: rgb(70,79,218); }

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