Html Css Color HEX #485AD4 Free Speech Blue

📋 copy color: '#485AD4'

red 72 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Blue #485AD4

Tints of Free Speech Blue #485AD4

RGB

 RED value IS 72 (28.52% from 255) = 19.25%

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 212 (83.2% from 255) = 56.68%

R = 19.25%
G = 24.06%
B = 56.68%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#485AD4 (or 0x485AD4) is known color: Free Speech Blue. HEX triplet: 48, 5A and D4. RGB value is (72,90,212). Sum of RGB (Red+Green+Blue) = 72+90+212=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #485AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AD4 is #B7A52B. Grayscale: #626262. Windows color (decimal): -12035372 or 13916744. OLE color: 13916744.

HSL color Cylindrical-coordinate representation of color #485AD4: hue angle of 232.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485AD4 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 90 212 -
CMYK 0.66 0.58 0 0.17
HSL 232.29º 0.62% 0.56% -
HSV(B) 232.29º 0.66% 0.83% -
XYZ 18.21 13.44 63.92 -
YUV 98.53 192.04 109.08 -
System Red Green Blue C M Y K H S L
Decimal 72 90 212 0.66 0.58 0 0.17 232.29 0.62 0.56
Hex 48 5A D4 42 3A 0 11 E8 3E 38
Octal 110 132 324 102 72 0 21 350 76 70
Binary 1001000 1011010 11010100 1000010 111010 0 10001 11101000 111110 111000

Color Harmonies of #485AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AD4

Black with #485AD4

Text Example


Text Example

White with #485AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485AD4; }

 p { color: rgb(72,90,212); }

 H1.HeaderClassName
 {
   color: #485AD4;
 }
 .AnyTagClassName
 {
   color: #485AD4;
 }
</style>

background-color css

<style>
 a { background-color: #485AD4; }

 a { background-color: rgb(72,90,212); }

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

border-color css

<style>
 span { border-color: #485AD4; }

 span { border-color: rgb(72,90,212); }

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