Html Css Color HEX #484569 Corn Flower Blue

📋 copy color: '#484569'

red 72 ◦ green 69 ◦ blue 105

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

Shades of Corn Flower Blue #484569

Tints of Corn Flower Blue #484569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 29.27%
G = 28.05%
B = 42.68%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#484569 (or 0x484569) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 69. RGB value is (72,69,105). Sum of RGB (Red+Green+Blue) = 72+69+105=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #484569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484569 is #B7BA96. Grayscale: #494949. Windows color (decimal): -12040855 or 6899016. OLE color: 6899016.

HSL color Cylindrical-coordinate representation of color #484569: hue angle of 245º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484569 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 69 105 -
CMYK 0.31 0.34 0 0.59
HSL 245º 0.21% 0.34% -
HSV(B) 245º 0.34% 0.41% -
XYZ 7.35 6.65 14.26 -
YUV 74 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 72 69 105 0.31 0.34 0 0.59 245 0.21 0.34
Hex 48 45 69 1F 22 0 3B F5 15 22
Octal 110 105 151 37 42 0 73 365 25 42
Binary 1001000 1000101 1101001 11111 100010 0 111011 11110101 10101 100010

Color Harmonies of #484569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484569

Black with #484569

Text Example


Text Example

White with #484569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484569; }

 p { color: rgb(72,69,105); }

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

background-color css

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

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

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

border-color css

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

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

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