Html Css Color HEX #448AB6 Curious Blue

📋 copy color: '#448AB6'

red 68 ◦ green 138 ◦ blue 182

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

Shades of Curious Blue #448AB6

Tints of Curious Blue #448AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 182 (71.48% from 255) = 46.91%

R = 17.53%
G = 35.57%
B = 46.91%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#448AB6 (or 0x448AB6) is known color: Curious Blue. HEX triplet: 44, 8A and B6. RGB value is (68,138,182). Sum of RGB (Red+Green+Blue) = 68+138+182=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #448AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AB6 is #BB7549. Grayscale: #797979. Windows color (decimal): -12285258 or 11962948. OLE color: 11962948.

HSL color Cylindrical-coordinate representation of color #448AB6: hue angle of 203.16º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448AB6 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 138 182 -
CMYK 0.63 0.24 0 0.29
HSL 203.16º 0.46% 0.49% -
HSV(B) 203.16º 0.63% 0.71% -
XYZ 19.92 22.78 47.6 -
YUV 122.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 68 138 182 0.63 0.24 0 0.29 203.16 0.46 0.49
Hex 44 8A B6 3F 18 0 1D CB 2E 31
Octal 104 212 266 77 30 0 35 313 56 61
Binary 1000100 10001010 10110110 111111 11000 0 11101 11001011 101110 110001

Color Harmonies of #448AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AB6

Black with #448AB6

Text Example


Text Example

White with #448AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448AB6; }

 p { color: rgb(68,138,182); }

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

background-color css

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

 a { background-color: rgb(68,138,182); }

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

border-color css

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

 span { border-color: rgb(68,138,182); }

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