Html Css Color HEX #484FCC Free Speech Blue

📋 copy color: '#484FCC'

red 72 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #484FCC

Tints of Free Speech Blue #484FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

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

R = 20.28%
G = 22.25%
B = 57.46%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#484FCC (or 0x484FCC) is known color: Free Speech Blue. HEX triplet: 48, 4F and CC. RGB value is (72,79,204). Sum of RGB (Red+Green+Blue) = 72+79+204=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #484FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FCC is #B7B033. Grayscale: #5A5A5A. Windows color (decimal): -12038196 or 13389640. OLE color: 13389640.

HSL color Cylindrical-coordinate representation of color #484FCC: hue angle of 236.82º 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 #484FCC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 79 204 -
CMYK 0.65 0.61 0 0.2
HSL 236.82º 0.56% 0.54% -
HSV(B) 236.82º 0.65% 0.8% -
XYZ 16.37 11.33 58.45 -
YUV 91.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 72 79 204 0.65 0.61 0 0.2 236.82 0.56 0.54
Hex 48 4F CC 41 3D 0 14 ED 38 36
Octal 110 117 314 101 75 0 24 355 70 66
Binary 1001000 1001111 11001100 1000001 111101 0 10100 11101101 111000 110110

Color Harmonies of #484FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FCC

Black with #484FCC

Text Example


Text Example

White with #484FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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