Html Css Color HEX #415F8B Wedgewood

📋 copy color: '#415F8B'

red 65 ◦ green 95 ◦ blue 139

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

Shades of Wedgewood #415F8B

Tints of Wedgewood #415F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 21.74%
G = 31.77%
B = 46.49%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#415F8B (or 0x415F8B) is known color: Wedgewood. HEX triplet: 41, 5F and 8B. RGB value is (65,95,139). Sum of RGB (Red+Green+Blue) = 65+95+139=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #415F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F8B is #BEA074. Grayscale: #5A5A5A. Windows color (decimal): -12492917 or 9133889. OLE color: 9133889.

HSL color Cylindrical-coordinate representation of color #415F8B: hue angle of 215.68º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415F8B is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 95 139 -
CMYK 0.53 0.32 0 0.45
HSL 215.68º 0.36% 0.4% -
HSV(B) 215.68º 0.53% 0.55% -
XYZ 10.93 11.17 26.01 -
YUV 91.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 65 95 139 0.53 0.32 0 0.45 215.68 0.36 0.4
Hex 41 5F 8B 35 20 0 2D D8 24 28
Octal 101 137 213 65 40 0 55 330 44 50
Binary 1000001 1011111 10001011 110101 100000 0 101101 11011000 100100 101000

Color Harmonies of #415F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F8B

Black with #415F8B

Text Example


Text Example

White with #415F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415F8B; }

 p { color: rgb(65,95,139); }

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

background-color css

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

 a { background-color: rgb(65,95,139); }

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

border-color css

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

 span { border-color: rgb(65,95,139); }

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