Html Css Color HEX #484CCE Free Speech Blue

📋 copy color: '#484CCE'

red 72 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #484CCE

Tints of Free Speech Blue #484CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 20.34%
G = 21.47%
B = 58.19%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#484CCE (or 0x484CCE) is known color: Free Speech Blue. HEX triplet: 48, 4C and CE. RGB value is (72,76,206). Sum of RGB (Red+Green+Blue) = 72+76+206=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #484CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CCE is #B7B331. Grayscale: #595959. Windows color (decimal): -12038962 or 13519944. OLE color: 13519944.

HSL color Cylindrical-coordinate representation of color #484CCE: hue angle of 238.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484CCE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 76 206 -
CMYK 0.65 0.63 0 0.19
HSL 238.21º 0.58% 0.55% -
HSV(B) 238.21º 0.65% 0.81% -
XYZ 16.4 11 59.65 -
YUV 89.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 72 76 206 0.65 0.63 0 0.19 238.21 0.58 0.55
Hex 48 4C CE 41 3F 0 13 EE 3A 37
Octal 110 114 316 101 77 0 23 356 72 67
Binary 1001000 1001100 11001110 1000001 111111 0 10011 11101110 111010 110111

Color Harmonies of #484CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CCE

Black with #484CCE

Text Example


Text Example

White with #484CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484CCE; }

 p { color: rgb(72,76,206); }

 H1.HeaderClassName
 {
   color: #484CCE;
 }
 .AnyTagClassName
 {
   color: #484CCE;
 }
</style>

background-color css

<style>
 a { background-color: #484CCE; }

 a { background-color: rgb(72,76,206); }

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

border-color css

<style>
 span { border-color: #484CCE; }

 span { border-color: rgb(72,76,206); }

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