Html Css Color HEX #484467 Corn Flower Blue

📋 copy color: '#484467'

red 72 ◦ green 68 ◦ blue 103

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

Shades of Corn Flower Blue #484467

Tints of Corn Flower Blue #484467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

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

R = 29.63%
G = 27.98%
B = 42.39%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484467 (or 0x484467) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 67. RGB value is (72,68,103). Sum of RGB (Red+Green+Blue) = 72+68+103=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #484467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484467 is #B7BB98. Grayscale: #494949. Windows color (decimal): -12041113 or 6767688. OLE color: 6767688.

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

Color convert

RGB 72 68 103 -
CMYK 0.30 0.34 0 0.60
HSL 246.86º 0.2% 0.34% -
HSV(B) 246.86º 0.34% 0.4% -
XYZ 7.19 6.49 13.71 -
YUV 73.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 72 68 103 0.30 0.34 0 0.60 246.86 0.2 0.34
Hex 48 44 67 1E 22 0 3C F7 14 22
Octal 110 104 147 36 42 0 74 367 24 42
Binary 1001000 1000100 1100111 11110 100010 0 111100 11110111 10100 100010

Color Harmonies of #484467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484467

Black with #484467

Text Example


Text Example

White with #484467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484467; }

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

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

background-color css

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

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

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

border-color css

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

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

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