#423B75

Color #423B75 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #423B75

Tints of Corn Flower Blue #423B75

Color information

#423B75 (or 0x423B75) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 3B and 75. RGB value is (66,59,117). Sum of RGB (Red+Green+Blue) = 66+59+117=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #423B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B75 is #BDC48A. Grayscale: #434343. Windows color (decimal): -12436619 or 7682882. OLE color: 7682882.

HSL color Cylindrical-coordinate representation of color #423B75: hue angle of 247.24º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423B75 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6659117-
CMYK0.440.5000.54
HSL247.24º32.95%34.51%-
HSV(B)247.24º49.57%45.88%-
XYZ7.025.5717.53-
YUV67.7155.82126.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=27.27%
G=24.38%
B=48.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66591170.440.5000.54247.2432.9534.51
Hex423B752C32036f72123
Octal1027316554620663674143
Binary10000101110111110101101100110010011011011110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423B75; }

 p { color: rgb(66,59,117); }

 H1.HeaderClassName
 {
   color: #423B75;
 }
 .AnyTagClassName
 {
   color: #423B75;
 }
</style>
background-color css

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

 a { background-color: rgb(66,59,117); }

 div.DivClassName
 {
   background-color: #423B75;
 }
 .BgClassName
 {
   background-color: #423B75;
 }
</style>
border-color css

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

 span { border-color: rgb(66,59,117); }

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