Html Css Color HEX #484CDC Free Speech Blue

📋 copy color: '#484CDC'

red 72 ◦ green 76 ◦ blue 220

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

Shades of Free Speech Blue #484CDC

Tints of Free Speech Blue #484CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 19.57%
G = 20.65%
B = 59.78%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#484CDC (or 0x484CDC) is known color: Free Speech Blue. HEX triplet: 48, 4C and DC. RGB value is (72,76,220). Sum of RGB (Red+Green+Blue) = 72+76+220=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #484CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CDC is #B7B323. Grayscale: #5A5A5A. Windows color (decimal): -12038948 or 14437448. OLE color: 14437448.

HSL color Cylindrical-coordinate representation of color #484CDC: hue angle of 238.38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484CDC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 76 220 -
CMYK 0.67 0.65 0 0.14
HSL 238.38º 0.68% 0.57% -
HSV(B) 238.38º 0.67% 0.86% -
XYZ 18.18 11.71 69.01 -
YUV 91.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 72 76 220 0.67 0.65 0 0.14 238.38 0.68 0.57
Hex 48 4C DC 43 41 0 E EE 44 39
Octal 110 114 334 103 101 0 16 356 104 71
Binary 1001000 1001100 11011100 1000011 1000001 0 1110 11101110 1000100 111001

Color Harmonies of #484CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CDC

Black with #484CDC

Text Example


Text Example

White with #484CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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