Html Css Color HEX #446F8B Calypso

📋 copy color: '#446F8B'

red 68 ◦ green 111 ◦ blue 139

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

Shades of Calypso #446F8B

Tints of Calypso #446F8B

RGB

 RED value IS 68 (26.95% from 255) = 21.38%

 GREEN value IS 111 (43.75% from 255) = 34.91%

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

R = 21.38%
G = 34.91%
B = 43.71%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#446F8B (or 0x446F8B) is known color: Calypso. HEX triplet: 44, 6F and 8B. RGB value is (68,111,139). Sum of RGB (Red+Green+Blue) = 68+111+139=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #446F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F8B is #BB9074. Grayscale: #656565. Windows color (decimal): -12292213 or 9137988. OLE color: 9137988.

HSL color Cylindrical-coordinate representation of color #446F8B: hue angle of 203.66º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #446F8B is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 111 139 -
CMYK 0.51 0.20 0 0.45
HSL 203.66º 0.34% 0.41% -
HSV(B) 203.66º 0.51% 0.55% -
XYZ 12.73 14.46 26.55 -
YUV 101.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 68 111 139 0.51 0.20 0 0.45 203.66 0.34 0.41
Hex 44 6F 8B 33 14 0 2D CC 22 29
Octal 104 157 213 63 24 0 55 314 42 51
Binary 1000100 1101111 10001011 110011 10100 0 101101 11001100 100010 101001

Color Harmonies of #446F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F8B

Black with #446F8B

Text Example


Text Example

White with #446F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,139); }

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

background-color css

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

 a { background-color: rgb(68,111,139); }

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

border-color css

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

 span { border-color: rgb(68,111,139); }

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