Html Css Color HEX #485ECC Free Speech Blue

📋 copy color: '#485ECC'

red 72 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #485ECC

Tints of Free Speech Blue #485ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.41%

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 19.46%
G = 25.41%
B = 55.14%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#485ECC (or 0x485ECC) is known color: Free Speech Blue. HEX triplet: 48, 5E and CC. RGB value is (72,94,204). Sum of RGB (Red+Green+Blue) = 72+94+204=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #485ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ECC is #B7A133. Grayscale: #636363. Windows color (decimal): -12034356 or 13393480. OLE color: 13393480.

HSL color Cylindrical-coordinate representation of color #485ECC: hue angle of 230º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485ECC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 94 204 -
CMYK 0.65 0.54 0 0.2
HSL 230º 0.56% 0.54% -
HSV(B) 230º 0.65% 0.8% -
XYZ 17.57 13.74 58.85 -
YUV 99.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 72 94 204 0.65 0.54 0 0.2 230 0.56 0.54
Hex 48 5E CC 41 36 0 14 E6 38 36
Octal 110 136 314 101 66 0 24 346 70 66
Binary 1001000 1011110 11001100 1000001 110110 0 10100 11100110 111000 110110

Color Harmonies of #485ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485ECC

Black with #485ECC

Text Example


Text Example

White with #485ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,204); }

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

background-color css

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

 a { background-color: rgb(72,94,204); }

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

border-color css

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

 span { border-color: rgb(72,94,204); }

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