Html Css Color HEX #414275 Corn Flower Blue

📋 copy color: '#414275'

red 65 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #414275

Tints of Corn Flower Blue #414275

RGB

 RED value IS 65 (25.78% from 255) = 26.21%

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 117 (46.09% from 255) = 47.18%

R = 26.21%
G = 26.61%
B = 47.18%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414275 (or 0x414275) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 75. RGB value is (65,66,117). Sum of RGB (Red+Green+Blue) = 65+66+117=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #414275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414275 is #BEBD8A. Grayscale: #474747. Windows color (decimal): -12500363 or 7684673. OLE color: 7684673.

HSL color Cylindrical-coordinate representation of color #414275: hue angle of 238.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414275 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 66 117 -
CMYK 0.44 0.44 0 0.54
HSL 238.85º 0.29% 0.36% -
HSV(B) 238.85º 0.44% 0.46% -
XYZ 7.34 6.3 17.66 -
YUV 71.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 65 66 117 0.44 0.44 0 0.54 238.85 0.29 0.36
Hex 41 42 75 2C 2C 0 36 EF 1D 24
Octal 101 102 165 54 54 0 66 357 35 44
Binary 1000001 1000010 1110101 101100 101100 0 110110 11101111 11101 100100

Color Harmonies of #414275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414275

Black with #414275

Text Example


Text Example

White with #414275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414275; }

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

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

background-color css

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

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

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

border-color css

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

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

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