Html Css Color HEX #448AC6 Curious Blue

📋 copy color: '#448AC6'

red 68 ◦ green 138 ◦ blue 198

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

Shades of Curious Blue #448AC6

Tints of Curious Blue #448AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.01%

R = 16.83%
G = 34.16%
B = 49.01%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#448AC6 (or 0x448AC6) is known color: Curious Blue. HEX triplet: 44, 8A and C6. RGB value is (68,138,198). Sum of RGB (Red+Green+Blue) = 68+138+198=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #448AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AC6 is #BB7539. Grayscale: #7B7B7B. Windows color (decimal): -12285242 or 13011524. OLE color: 13011524.

HSL color Cylindrical-coordinate representation of color #448AC6: hue angle of 207.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448AC6 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 138 198 -
CMYK 0.66 0.30 0 0.22
HSL 207.69º 0.53% 0.52% -
HSV(B) 207.69º 0.66% 0.78% -
XYZ 21.67 23.48 56.82 -
YUV 123.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 68 138 198 0.66 0.30 0 0.22 207.69 0.53 0.52
Hex 44 8A C6 42 1E 0 16 D0 35 34
Octal 104 212 306 102 36 0 26 320 65 64
Binary 1000100 10001010 11000110 1000010 11110 0 10110 11010000 110101 110100

Color Harmonies of #448AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AC6

Black with #448AC6

Text Example


Text Example

White with #448AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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