Html Css Color HEX #484B6D Corn Flower Blue

📋 copy color: '#484B6D'

red 72 ◦ green 75 ◦ blue 109

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

Shades of Corn Flower Blue #484B6D

Tints of Corn Flower Blue #484B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 28.13%
G = 29.3%
B = 42.58%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#484B6D (or 0x484B6D) is known color: Corn Flower Blue. HEX triplet: 48, 4B and 6D. RGB value is (72,75,109). Sum of RGB (Red+Green+Blue) = 72+75+109=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #484B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B6D is #B7B492. Grayscale: #4D4D4D. Windows color (decimal): -12039315 or 7162696. OLE color: 7162696.

HSL color Cylindrical-coordinate representation of color #484B6D: hue angle of 235.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484B6D is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 75 109 -
CMYK 0.34 0.31 0 0.57
HSL 235.14º 0.2% 0.35% -
HSV(B) 235.14º 0.34% 0.43% -
XYZ 7.95 7.51 15.5 -
YUV 77.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 72 75 109 0.34 0.31 0 0.57 235.14 0.2 0.35
Hex 48 4B 6D 22 1F 0 39 EB 14 23
Octal 110 113 155 42 37 0 71 353 24 43
Binary 1001000 1001011 1101101 100010 11111 0 111001 11101011 10100 100011

Color Harmonies of #484B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B6D

Black with #484B6D

Text Example


Text Example

White with #484B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,75,109); }

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

background-color css

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

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

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

border-color css

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

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

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