Html Css Color HEX #484CCD Free Speech Blue

📋 copy color: '#484CCD'

red 72 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #484CCD

Tints of Free Speech Blue #484CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 20.4%
G = 21.53%
B = 58.07%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#484CCD (or 0x484CCD) is known color: Free Speech Blue. HEX triplet: 48, 4C and CD. RGB value is (72,76,205). Sum of RGB (Red+Green+Blue) = 72+76+205=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #484CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CCD is #B7B332. Grayscale: #585858. Windows color (decimal): -12038963 or 13454408. OLE color: 13454408.

HSL color Cylindrical-coordinate representation of color #484CCD: hue angle of 238.2º degrees, saturation: 0.57, 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 #484CCD is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 76 205 -
CMYK 0.65 0.63 0 0.20
HSL 238.2º 0.57% 0.54% -
HSV(B) 238.2º 0.65% 0.8% -
XYZ 16.28 10.95 59.01 -
YUV 89.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 72 76 205 0.65 0.63 0 0.20 238.2 0.57 0.54
Hex 48 4C CD 41 3F 0 14 EE 39 36
Octal 110 114 315 101 77 0 24 356 71 66
Binary 1001000 1001100 11001101 1000001 111111 0 10100 11101110 111001 110110

Color Harmonies of #484CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CCD

Black with #484CCD

Text Example


Text Example

White with #484CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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