Html Css Color HEX #484867 Corn Flower Blue

📋 copy color: '#484867'

red 72 ◦ green 72 ◦ blue 103

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

Shades of Corn Flower Blue #484867

Tints of Corn Flower Blue #484867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 103 (40.63% from 255) = 41.7%

R = 29.15%
G = 29.15%
B = 41.7%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484867 (or 0x484867) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 67. RGB value is (72,72,103). Sum of RGB (Red+Green+Blue) = 72+72+103=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #484867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484867 is #B7B798. Grayscale: #4B4B4B. Windows color (decimal): -12040089 or 6768712. OLE color: 6768712.

HSL color Cylindrical-coordinate representation of color #484867: hue angle of 240º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484867 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 72 103 -
CMYK 0.30 0.30 0 0.60
HSL 240º 0.18% 0.34% -
HSV(B) 240º 0.3% 0.4% -
XYZ 7.44 6.99 13.79 -
YUV 75.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 72 72 103 0.30 0.30 0 0.60 240 0.18 0.34
Hex 48 48 67 1E 1E 0 3C F0 12 22
Octal 110 110 147 36 36 0 74 360 22 42
Binary 1001000 1001000 1100111 11110 11110 0 111100 11110000 10010 100010

Color Harmonies of #484867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484867

Black with #484867

Text Example


Text Example

White with #484867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484867; }

 p { color: rgb(72,72,103); }

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

background-color css

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

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

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

border-color css

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

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

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