Html Css Color HEX #484CBA Free Speech Blue

📋 copy color: '#484CBA'

red 72 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #484CBA

Tints of Free Speech Blue #484CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 21.56%
G = 22.75%
B = 55.69%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#484CBA (or 0x484CBA) is known color: Free Speech Blue. HEX triplet: 48, 4C and BA. RGB value is (72,76,186). Sum of RGB (Red+Green+Blue) = 72+76+186=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #484CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CBA is #B7B345. Grayscale: #565656. Windows color (decimal): -12038982 or 12209224. OLE color: 12209224.

HSL color Cylindrical-coordinate representation of color #484CBA: hue angle of 237.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484CBA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 76 186 -
CMYK 0.61 0.59 0 0.27
HSL 237.89º 0.45% 0.51% -
HSV(B) 237.89º 0.61% 0.73% -
XYZ 14.12 10.09 47.66 -
YUV 87.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 72 76 186 0.61 0.59 0 0.27 237.89 0.45 0.51
Hex 48 4C BA 3D 3B 0 1B EE 2D 33
Octal 110 114 272 75 73 0 33 356 55 63
Binary 1001000 1001100 10111010 111101 111011 0 11011 11101110 101101 110011

Color Harmonies of #484CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CBA

Black with #484CBA

Text Example


Text Example

White with #484CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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