Html Css Color HEX #485ABC Free Speech Blue

📋 copy color: '#485ABC'

red 72 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #485ABC

Tints of Free Speech Blue #485ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 20.57%
G = 25.71%
B = 53.71%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#485ABC (or 0x485ABC) is known color: Free Speech Blue. HEX triplet: 48, 5A and BC. RGB value is (72,90,188). Sum of RGB (Red+Green+Blue) = 72+90+188=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #485ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ABC is #B7A543. Grayscale: #5F5F5F. Windows color (decimal): -12035396 or 12343880. OLE color: 12343880.

HSL color Cylindrical-coordinate representation of color #485ABC: hue angle of 230.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485ABC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 90 188 -
CMYK 0.62 0.52 0 0.26
HSL 230.69º 0.46% 0.51% -
HSV(B) 230.69º 0.62% 0.74% -
XYZ 15.41 12.32 49.14 -
YUV 95.79 180.04 111.03 -
System Red Green Blue C M Y K H S L
Decimal 72 90 188 0.62 0.52 0 0.26 230.69 0.46 0.51
Hex 48 5A BC 3E 34 0 1A E7 2E 33
Octal 110 132 274 76 64 0 32 347 56 63
Binary 1001000 1011010 10111100 111110 110100 0 11010 11100111 101110 110011

Color Harmonies of #485ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485ABC

Black with #485ABC

Text Example


Text Example

White with #485ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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