Html Css Color HEX #484CB3 Rich Blue

📋 copy color: '#484CB3'

red 72 ◦ green 76 ◦ blue 179

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

Shades of Rich Blue #484CB3

Tints of Rich Blue #484CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.74%

R = 22.02%
G = 23.24%
B = 54.74%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#484CB3 (or 0x484CB3) is known color: Rich Blue. HEX triplet: 48, 4C and B3. RGB value is (72,76,179). Sum of RGB (Red+Green+Blue) = 72+76+179=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #484CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CB3 is #B7B34C. Grayscale: #565656. Windows color (decimal): -12038989 or 11750472. OLE color: 11750472.

HSL color Cylindrical-coordinate representation of color #484CB3: hue angle of 237.76º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484CB3 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 76 179 -
CMYK 0.60 0.58 0 0.30
HSL 237.76º 0.43% 0.49% -
HSV(B) 237.76º 0.6% 0.7% -
XYZ 13.39 9.8 43.83 -
YUV 86.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 72 76 179 0.60 0.58 0 0.30 237.76 0.43 0.49
Hex 48 4C B3 3C 3A 0 1E EE 2B 31
Octal 110 114 263 74 72 0 36 356 53 61
Binary 1001000 1001100 10110011 111100 111010 0 11110 11101110 101011 110001

Color Harmonies of #484CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CB3

Black with #484CB3

Text Example


Text Example

White with #484CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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