Html Css Color HEX #484A69 Corn Flower Blue

📋 copy color: '#484A69'

red 72 ◦ green 74 ◦ blue 105

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

Shades of Corn Flower Blue #484A69

Tints of Corn Flower Blue #484A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 28.69%
G = 29.48%
B = 41.83%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#484A69 (or 0x484A69) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 69. RGB value is (72,74,105). Sum of RGB (Red+Green+Blue) = 72+74+105=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #484A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A69 is #B7B596. Grayscale: #4C4C4C. Windows color (decimal): -12039575 or 6900296. OLE color: 6900296.

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

Color convert

RGB 72 74 105 -
CMYK 0.31 0.30 0 0.59
HSL 236.36º 0.19% 0.35% -
HSV(B) 236.36º 0.31% 0.41% -
XYZ 7.67 7.3 14.37 -
YUV 76.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 72 74 105 0.31 0.30 0 0.59 236.36 0.19 0.35
Hex 48 4A 69 1F 1E 0 3B EC 13 23
Octal 110 112 151 37 36 0 73 354 23 43
Binary 1001000 1001010 1101001 11111 11110 0 111011 11101100 10011 100011

Color Harmonies of #484A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A69

Black with #484A69

Text Example


Text Example

White with #484A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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